home *** CD-ROM | disk | FTP | other *** search
/ CD Pro / CD Pro.iso / Lan / Intel558 / INFO / OTHER / NDIS.TXT < prev   
Text File  |  1997-06-25  |  7KB  |  168 lines

  1.    3 NDIS 2.x Driver Notes (OS/2*, LAN Manager*, others)
  2.                                                                     v1.05
  3.  
  4.  
  5. General NDIS 2.x Driver Notes for Intel's EtherExpress(TM) PRO/100+ LAN
  6. Adapter
  7. =======================================================================
  8.  
  9. Location of Driver:      \NDIS\E100B.DOS
  10.                          \NDIS\E100B.OS2
  11.  
  12. Support files:           \NDIS\E100BEDS.NIF
  13.                          \NDIS\E100BEO2.NIF
  14.                          \NDIS\OEMSETUP.INF
  15.                          \NDIS\MSLANMAN.BAT
  16.                          \NDIS\PROTOCOL.INI
  17.                          \NDIS\STNDNIF\E100BDOS.NIF
  18.                          \NDIS\STNDNIF\E100BOS2.NIF
  19.  
  20.  
  21.  
  22. Sample Configuration Files
  23. --------------------------
  24.  
  25. CONFIG.SYS (for DOS will contain)
  26.    DEVICE=C:\path\PROTMAN.DOS /I:C:\path
  27.    DEVICE=C:\path\E100B.DOS
  28.  
  29. CONFIG.SYS (for OS/2* will contain)
  30.    DEVICE=C:\path\PROTMAN.OS2 /I:C:\path
  31.    DEVICE=C:\path\E100B.OS2
  32.  
  33. PROTOCOL.INI (may contain)
  34.    [PROTMAN]
  35.    DriverName = PROTMAN$
  36.    
  37.    [NETBEUI_XIF]
  38.    Drivername = netbeui$
  39.    Sessions = 6
  40.    NCBS = 12
  41.    Bindings = "E100B_NIF"
  42.    LANABASE = 0
  43.    
  44.    [E100B_NIF]
  45.    Drivername = E100B$
  46.  
  47.  
  48. General Notes
  49. --------------
  50.  
  51. Several network operating systems use a standard 2.0.1 version NDIS
  52. driver to talk to the network adapter. The EtherExpress PRO/100+
  53. adapter's NDIS driver conforms to the Microsoft NDIS 2.0.1 specification.
  54.  
  55. The NDIS subdirectory on the EtherExpress PRO/100 disk contains the files
  56. needed to use the adapter card with one of these operating systems. The
  57. files and their purpose are listed below.
  58.  
  59. E100B.DOS:     NDIS driver for DOS workstations.
  60.  
  61. E100B.OS2:     NDIS driver for servers & OS/2 workstations.
  62.  
  63. E100BDOS.NIF:  The standard DOS NIF file used with Microsoft LAN Manager*
  64.                installations. Other network operating systems may use
  65.                these during their installation. If so, copy the E100B.DOS
  66.                and this NIF file into the same directory and reference
  67.                that directory.
  68.  
  69. E100BOS2.NIF:  The standard OS/2 NIF file used with Microsoft LAN
  70.                Manager* installations. Other network operating systems
  71.                may use these during their installation. If so, copy the
  72.                E100B.OS2 and this NIF file into the same directory and
  73.                reference that directory.
  74.  
  75. E100BEDS.NIF:  The Extended Network Information file (NIF) that IBM LAN
  76.                Support uses during its installation process. Specify the
  77.                \NDIS directory when installing so the installation
  78.                procedure will find the correct NIF file.
  79.  
  80. E100BEO2.NIF:  The Extended Network Information file (NIF) that IBM OS/2
  81.                uses during its installation process. Specify the \NDIS
  82.                directory when installing so the installation procedure
  83.                will find the correct NIF file.
  84.  
  85. PROTOCOL.INI:  A fragment of the general PROTOCOL.INI file. This fragment
  86.                contains information specific to the EtherExpress PRO/100+
  87.                adapter. Be sure your file contains this fragment. Some
  88.                installation procedures create this file for you.  This
  89.                file is provided as an example of what the EtherExpress
  90.                PRO/100+ adapter section could look like.
  91.  
  92. OEMSETUP.INF:  The version located in the \NDIS subdirectory on the
  93.                driver disk is used by IBM's LAN requester for DOS version
  94.                4.0.
  95.  
  96. MSLANMAN.BAT:  Executing this file creates the directory structure
  97.                required for a Microsoft LAN Manager installation.  Other
  98.                NDIS installations may also look for this structure:
  99.                \MSLANMAN.DOS\DRIVERS\ETHERNET\E100B\E100B.DOS (DOS) or
  100.                \MSLANMAN.OS2\DRIVERS\ETHERNET\E100B\E100B.OS2 (OS/2)
  101.  
  102.  
  103. Hints and Tips
  104. --------------
  105.  
  106. 1. Parameters for the PROTOCOL.INI file are listed below.
  107.    
  108.    DRIVERNAME: (required) If you have a single adapter, use the syntax in
  109.       the Sample Configuration file section.  If you are installing
  110.       multiple adapters, each adapter must have a unique driver name.
  111.       Additional instances of the driver would be referenced by
  112.       DRIVERNAME=E100Bx$, where "x" is a unique number 2 through 9.
  113.    
  114.    SPEED: (optional; parameters are [Auto / 10 / 100]) The parameter
  115.       disables Auto-Speed Detect and causes the adapter to function at
  116.       the speed indicated. If the FORCEDUPLEX parameter is assigned to
  117.       either 1 or 2, the SPEED parameter is required because auto-speed
  118.       sensing is disabled if the duplex mode is forced. Auto-negotiate
  119.       devices cannot detect speed changes in this configuration until the
  120.       driver is reloaded.[Example: SPEED=100]
  121.    
  122.    FORCEDUPLEX: Full duplex and auto-negotiate capabilities vary between
  123.       the PRO/100 TX and the PRO/100 T4 adapters.
  124.  
  125.          EtherExpress PRO/100+ TX adapter: Supports auto-negotiate, full
  126.          and half duplex at 10 or 100 Mbps.
  127.  
  128.          EtherExpress PRO/100B T4 adapter: Supports full and half duplex
  129.          at 10 Mbps; supports only half duplex at 100 Mbps.  Auto-
  130.          negotiate is not a valid option at either speed.
  131.    
  132.       This parameter disables Auto-Negotiate capability and forces the
  133.       adapter to operate in Half or Full Duplex mode. The SPEED parameter
  134.       must be specified and must be valid if the default of Auto-
  135.       negotiate is changed. Options for FORCEDUPLEX are Auto (for auto-
  136.       negotiate), 1 (for half), 2 (for full). [Example: FORCEDUPLEX = 2]
  137.    
  138.    SLOT: (required for multiple adapters) This parameter is optional if
  139.       only one adapter is present.  If it is specified but is incorrect,
  140.       a message indicates that the value doesn't match the configuration
  141.       but the driver finds the adapter and loads anyway.
  142.    
  143.       This parameter is required if more than one adapter is present in
  144.       either one bus or multiple PCI buses of a system. The parameter
  145.       tells the driver which adapter it controls. The SLOT number is the
  146.       encoded value of the PCI adapter's device location. To determine
  147.       the slot number, load the driver with only the DRIVERNAME parameter
  148.       specified.  The driver reports all the slots that have PCI
  149.       adapter(s) installed. You can determine which card is in which slot
  150.       by using SETUP.EXE and matching the Ethernet addresses of the
  151.       adapter to the device number specified in View Configuration.
  152.    
  153.       [Example: SLOT=0x1C]
  154.    
  155.    NODE: (optional) This value sets the adapter's Individual Address,
  156.       overriding the value read from the adapter EEprom. The address must
  157.       consist of 12 hexadecimal digits, enclosed in double quotes.  The
  158.       value can not be all zeros. The value can not have the Multicast
  159.       bit set. So, use only the hexadecimal digits 2, 6, A, or E as the
  160.       second digit of the twelve required in the NODE ADDRESS parameter.
  161.       Use any hexadecimal digits in all other positions.
  162.    
  163.       [Example: NODE = "02AA00123456"]
  164.  
  165. *  Third-party trademarks are the property of their respective owners.
  166.  
  167.  
  168.